home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
Pascal
/
Libraries
/
DBL Pascal Library
/
DebuggerTest ƒ
/
DebuggerFKEY.p
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-12-17
|
162 b
|
18 lines
|
[
TEXT/PJMM
]
unit DebuggerFKEY;
interface
uses
DebuggerTest;
procedure Main;
implementation
procedure Main;
begin
if DebuggerPresent then
Debugger;
end;
end.